home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineButton2_305
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
333 b
|
18 lines
on(release){
if(_root.qual == "High")
{
_root._quality = "MEDIUM";
_root.qual = "Medium";
}
else if(_root.qual == "Medium")
{
_root._quality = "LOW";
_root.qual = "Low";
}
else if(_root.qual == "Low")
{
_root._quality = "HIGH";
_root.qual = "High";
}
}